Skip to main content

EndpointCreate

Create a new Endpoint resource.

Mutation

mutation EndpointCreate($input: EndpointCreateInput!) {
EndpointCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created Endpoint resource.