All Downloads are FREE. Search and download functionalities are using the official Maven repository.

udiamoncef.apollo-client-maven-plugin-tests.5.0.0.source-code.schema.graphqls Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
type Query {
    books: [Book!]!
    authors: [Author!]!
}

type Book {
    title: String!
    author: Author!
    id: Long!
}

type Author {
    name: String!
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy