v.apollo-client-maven-plugin-tests.1.1.1.source-code.schema.graphqls Maven / Gradle / Ivy
type Query {
books: [Book!]!
authors: [Author!]!
}
type Book {
title: String!
author: Author!
}
type Author {
name: String!
}
type Query {
books: [Book!]!
authors: [Author!]!
}
type Book {
title: String!
author: Author!
}
type Author {
name: String!
}