ApolloList
No description
type ApolloList {
id: ID!
name: String!
}
Fields
ApolloList.id ● ID! non-null scalar
ApolloList.name ● String! non-null scalar
Returned By
apolloLists query


