GraphQLQueriesGet ContractOn this pageGet Contract Get a single Contract by ID. Query query GetContract($id: ID!) { contract(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Contract resource.