prettier/tests/graphql_object_type_def/arguments.graphql

4 lines
71 B
GraphQL
Raw Normal View History

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