Skip to content

Commit

Permalink
Update countries.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken authored Jun 16, 2023
1 parent 867e568 commit fb3ba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/Ecosystem/countries.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type Country {
id: Int!
name: String!
code: String!
flag: String!
flag: String
states: [States]
}
type States {
Expand Down

0 comments on commit fb3ba09

Please sign in to comment.