Skip to content

Commit

Permalink
fix normalization tests schema
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Aug 5, 2022
1 parent b13b003 commit ce23c65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/normalization-tests/src/main/graphql/2/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ type Author {
id: String!
name: String!
}

type Home {
address: String
}

0 comments on commit ce23c65

Please sign in to comment.