Sha256: 41f36b7c0ec7402c01775989ae1dfa292cc8646bb58f51bfffa00f36e1209cd8
Contents?: true
Size: 347 Bytes
Versions: 40
Compression:
Stored size: 347 Bytes
Contents
--- title: Objects --- # Objects Objects in GraphQL represent the resources that you can access. Objects can contain a list of fields, which are specifically typed. For example, the `Repository` object has a field called `name`, which is a `String`. For more information, see [the GraphQL spec](https://facebook.github.io/graphql/#sec-Objects).
Version data entries
40 entries across 40 versions & 1 rubygems