Package manifold.graphql.type
Class GqlModel
- java.lang.Object
-
- manifold.api.type.AbstractSingleFileModel
-
- manifold.graphql.type.GqlModel
-
- All Implemented Interfaces:
manifold.api.type.IModel
public class GqlModel extends manifold.api.type.AbstractSingleFileModel
-
-
Constructor Summary
Constructors Constructor Description GqlModel(GqlManifold gqlManifold, String fqn, Set<manifold.api.fs.IFile> files)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,graphql.language.FragmentDefinition>getFragments()Map<String,graphql.language.OperationDefinition>getOperations()graphql.schema.idl.TypeDefinitionRegistrygetTypeRegistry()voidupdateFile(manifold.api.fs.IFile file)-
Methods inherited from class manifold.api.type.AbstractSingleFileModel
addFile, getFile, getFiles, getFqn, getHost, removeFile
-
-
-
-
Constructor Detail
-
GqlModel
public GqlModel(GqlManifold gqlManifold, String fqn, Set<manifold.api.fs.IFile> files)
-
-