 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var GeneralGraphQLQuerySpec = nexus.GraphQLQuerySpec{ Queries: []nexus.GraphQLQuery{ { Name: "QueryExample", ServiceEndpoint: nexus.GraphQLQueryEndpoint{ Domain: "query-manager", Port: 6000, }, Args: queryFilters{}, }, }, }
      View Source
      
  
    var GraphQLIdNameSpec = nexus.GraphQLSpec{
	IdName: "name",
}
    
      View Source
      
  
var GraphQLIdNullable = nexus.GraphQLSpec{ IdNullable: false, }
Functions ¶
This section is empty.
Types ¶
type NonNexusType ¶
type NonNexusType struct {
	Test int
}
     Click to show internal directories. 
   Click to hide internal directories.