partner {
id : ID !
}: Partner
Retrieve an partner
Arguments
The globally unique identifier of the object.
Response
Type: Partner
The globally unique identifier of the partner object.
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.
The publishing date set in GMT.
Fields of the Partners ACF Field Group
What is the work of this company?
partnerLogo
AcfMediaItemConnectionEdge
Field of the “image” Field Type added to the schema as part of the “Partners” Field Group
Opaque reference to the nodes position in the connection. Value can be used with pagination args.p
The node of the connection, without the edges
Alternative text to display when resource is not displayed
Name of partner (Quandela, Pascal…)
Field of the “url” Field Type added to the schema as part of the “Partners” Field Group
Field of the “checkbox” Field Type added to the schema as part of the “Partners” Field Group
Field of the “checkbox” Field Type added to the schema as part of the “Partners” Field Group
query partner ( $id : ID ! ) {
partner ( id : $id ) {
id
guid
date
dateGmt
partners {
partnerDescription
partnerLogo {
node {
altText
mediaItemUrl
}
}
partnerName
partnerWebsiteLink
typeOfCompany
technologie
}
}
}
{
"data" : {
"partner" : {
"id" : "cG9zdDoxNTkx" ,
"guid" : "string" ,
"date" : "2024-01-01T00:00:00" ,
"dateGmt" : "2024-01-01T00:00:00" ,
"partners" : {
"partnerDescription" : "string" ,
"partnerLogo" : {
"node" : {
"altText" : "string" ,
"mediaItemUrl" : "string"
}
},
"partnerName" : "string" ,
"partnerWebsiteLink" : "string" ,
"typeOfCompany" : [
"string"
],
"technologie" : [
"string"
]
}
}
}
}