Shopify GraphQL API / QueryRoot
The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start.
Implements
Fields
articles
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
ArticleSortKeys: ArticleSortKeys
String: String
)
:
ArticleConnection!
blog
(
ID: ID
String: String
)
:
Blog
blogByHandle
(
String: String!
)
:
Blog
blogs
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
BlogSortKeys: BlogSortKeys
String: String
)
:
BlogConnection!
collection
(
ID: ID
String: String
)
:
Collection
collectionByHandle
(
String: String!
)
:
Collection
collections
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
CollectionSortKeys: CollectionSortKeys
String: String
)
:
CollectionConnection!
customer
(
String: String!
)
:
Customer
localization : Localization!
locations
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
LocationSortKeys: LocationSortKeys
GeoCoordinateInput: GeoCoordinateInput
)
:
LocationConnection!
menu
(
String: String!
)
:
Menu
nodes
(
ID: [ID!]!
)
:
[Node]!
page
(
ID: ID
String: String
)
:
Page
pageByHandle
(
String: String!
)
:
Page
pages
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
PageSortKeys: PageSortKeys
String: String
)
:
PageConnection!
product
(
ID: ID
String: String
)
:
Product
productByHandle
(
String: String!
)
:
Product
productRecommendations
(
ID: ID!
)
:
[Product!]
productTags
(
Int: Int!
)
:
StringConnection!
productTypes
(
Int: Int!
)
:
StringConnection!
products
(
Int: Int
String: String
Int: Int
String: String
Boolean: Boolean
ProductSortKeys: ProductSortKeys
String: String
)
:
ProductConnection!
publicApiVersions : [ApiVersion!]!
shop : Shop!