partners {
first:Int,
last:Int,
before:String,
after:String,
where: RootQueryToPartnerConnectionWhereArgs
}: RootQueryToPartnerConnection
Arguments
Int
The number of items to return after the referenced “after” cursor
Int
The number of items to return before the referenced “before” cursor
String
Cursor used along with the “first” argument to reference where in the dataset to get data
String
Cursor used along with the “first” argument to reference where in the dataset to get data
RootQueryToPartnerConnectionWhereArgs
Arguments for filtering the connection
Response
Type:RootQueryToPartnerConnection
RootQueryToPartnerConnectionPageInfo!
Information about pagination in a connection.
Show properties
Show properties
[Partner!]!
The nodes of the connection, without the edges
Show properties
Show properties
ID!
The globally unique identifier of the partner object.
String
The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the “post_objects” database table.
String
Post publishing date.
String
Post publishing date.
String
The current status of the object
Partners
Fields of the Partners ACF Field Group
Show properties
Show properties
String
What is the work of this company?
AcfMediaItemConnectionEdge
Field of the “image” Field Type added to the schema as part of the “Partners” Field Group
Show properties
Show properties
String
Name of partner (Quandela, Pascal…)
String
Field of the “url” Field Type added to the schema as part of the “Partners” Field Group
[String]
Field of the “checkbox” Field Type added to the schema as part of the “Partners” Field Group
[String]
Field of the “checkbox” Field Type added to the schema as part of the “Partners” Field Group
query partners (
$first:Int,
$last:Int,
$before:String,
$after:String,
$where:RootQueryToPartnerConnectionWhereArgs
) {
partners(
first:$first,
last:$last,
before:$before,
after:$after,
where:$where
) {
nodes {
id
guid
date
dateGmt
status
partners {
partnerName
partnerDescription
partnerLogo {
node {
mediaItemUrl
}
}
partnerWebsiteLink
typeOfCompany
}
}
pageInfo {
endCursor
hasNextPage
hasPreviousPage
startCursor
}
}
}
{
"first": 1,
"last": 1,
"endCursor":"YXJyYXljb25uZWN0aW9uOjE1ODk",
"startCursor": "YXJyYXljb25uZWN0aW9uOjE1ODk"
}
{
"data": {
"partners": {
"nodes": [
{
"id": "string",
"guid": "string",
"date": "string",
"dateGmt": "string",
"status": "string",
"partners": {
"partnerName": "string",
"partnerDescription": "string",
"partnerLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"partnerWebsiteLink": "string",
"typeOfCompany": "string"
}
},
{
"id": "string",
"guid": "string",
"date": "string",
"dateGmt": "string",
"status": "string",
"partners": {
"partnerName": "string",
"partnerDescription": "string",
"partnerLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"partnerWebsiteLink": "string",
"typeOfCompany": "string"
}
},
{
"id": "string",
"guid": "string",
"date": "string",
"dateGmt": "string",
"status": "string",
"partners": {
"partnerName": "string",
"partnerDescription": "string",
"partnerLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"partnerWebsiteLink": "string",
"typeOfCompany": "string"
}
}
],
"pageInfo": {
"endCursor": "string",
"hasNextPage": true,
"hasPreviousPage": false,
"startCursor": "string"
}
}
}
}

