Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/ROOT/pages/type-definitions/types/scalar.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ query {
----

| `Float`
| Placeholder text to make the table prettier.
| Represents signed double‐precision fractional values.
a|
[source, graphql, indent=0]
----
Expand All @@ -63,7 +63,7 @@ type Product {
----

| `Boolean`
| Placeholder text to make the table prettier.
| Represents `true` or `false`.
a|
[source, graphql, indent=0]
----
Expand All @@ -80,4 +80,4 @@ type Product {
id: ID!
}
----
|===
|===