prettier/tests/graphql_object_type_def/arguments.graphql

4 lines
71 B
GraphQL

type Video {
playable_url(quality: String, preferred: String): Url
}