prettier/tests/graphql_fields/fields.graphql

5 lines
93 B
GraphQL

{
posts {, title, votes, author {, firstName, posts {, author { firstName } }
}}
}