Type Aliases
The following type aliases are available globally.
- 
                  
                  
Mutation Type
A mutation type can be any Root Type
Declaration
Swift
public typealias MutationType = GraphQLRootType - 
                  
                  
Query Type
A mutation type can be any Mandatory Root Type
Declaration
Swift
public typealias QueryType = MandatoryRootType 
            View on GitHub
          
      Type Aliases  Reference