partner
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"
]
}
}
}
}
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.
Post publishing date.
The publishing date set in GMT.
Fields of the Partners ACF Field Group
What is the work of this company?
Field of the “image” Field Type added to the schema as part of the “Partners” Field Group
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"
]
}
}
}
}
Was this page helpful?
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"
]
}
}
}
}