prettier/tests/graphql_object_type_def/extend.graphql

4 lines
43 B
GraphQL

extend type Feedback {
custom_int: Int
}