EndpointCreate
Create a new Endpoint resource.
Mutation
mutation EndpointCreate($input: EndpointCreateInput!) {
EndpointCreate(input: $input) {
id
}
}
Input
input: See EndpointCreateInput for input fields.
Return Type
Returns the created Endpoint resource.