prettier/tests/graphql_lists/lists.graphql

5 lines
188 B
GraphQL

{
shortWithList(list: [1, 2, 3])
longWithList(list: ["hello world this is a very long string!","hello world this is a very long string!", "hello world this is a very long string!"])
}