Skip to content

Commit

Permalink
Fix type on docs: hostName -> hostname (torchbox#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalobTaulien authored Feb 21, 2022
1 parent d88fa5c commit f7cc665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general-usage/graphql-types.rst
Original file line number Diff line number Diff line change
@@ -264,16 +264,16 @@ The singular ``site`` field accepts the following arguments:

::

# Either the `id` or `hostName` must be provided.
# Either the `id` or `hostname` must be provided.
id: ID
hostName: String
hostname: String

and is queryable like so:

::

{
site(hostName: "my.domain") {
site(hostname: "my.domain") {
pages {
title
}

0 comments on commit f7cc665

Please sign in to comment.