Objects
Objects in GraphQL represent the resources that you can access. Objects can contain a list of fields, which are specifically typed. For example, the Tool
object has a field called name
, which is a String
.
Objects in GraphQL represent the resources that you can access. Objects can contain a list of fields, which are specifically typed. For example, the Tool
object has a field called name
, which is a String
.