gitlab-org--gitlab-foss/fixtures/lib/gitlab/graphql/queries/missing_argument.graphql

9 lines
63 B
GraphQL

query {
blog {
title
posts {
title
}
}
}