1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Files
docs/translations/ru-RU/content/graphql/reference/scalars.md
Vanessa Yuen a80ec7bd98 Crowdin translations (#17143)
* New Crowdin translations by Github Action

* Revert broken translated files to english

* fix dates

* fix translation 😭

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-01-05 20:37:31 +01:00

23 lines
614 B
Markdown

---
title: Scalars
redirect_from:
- /v4/scalar
- /v4/reference/scalar
versions:
free-pro-team: '*'
enterprise-server: '*'
github-ae: '*'
---
### About scalars
[Scalars](https://graphql.github.io/graphql-spec/June2018/#sec-Scalars) are primitive values: `Int`, `Float`, `String`, `Boolean`, or `ID`.
When calling the GraphQL API, you must specify nested subfields until you return only scalars.
For more information, see "[Introduction to GraphQL](/graphql/guides/introduction-to-graphql#field)."
{% for item in graphql.schemaForCurrentVersion.scalars %}
{% include graphql-scalar %}
{% endfor %}