Sha256: fde5d99aa8d18f6d4665478920797dd9a20e0765c0cf1cf12c255bbf0d0ff8e3

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 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](http://spec.graphql.org/draft/#sec-Input-Objects).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-docs-5.1.0 lib/graphql-docs/landing_pages/input_object.md
graphql-docs-5.0.0 lib/graphql-docs/landing_pages/input_object.md