Sha256: 321d62bff906bf660f395d4c25e329ebf45adc5d4ffa9c2e87a0b308330cc488
Contents?: true
Size: 472 Bytes
Versions: 40
Compression:
Stored size: 472 Bytes
Contents
--- title: Input Objects --- # Input Objects Input objects are best described as "composable objects" in that they contain a set of input fields that define a particular object. For example, the `AuthorInput` takes a field called `emails`. Providing a value for `emails` will transform the `AuthorInput` into a list of `User` objects which contain that email address/ For more information, see [the GraphQL spec](https://facebook.github.io/graphql/#sec-Input-Objects).
Version data entries
40 entries across 40 versions & 1 rubygems