GraphQL.Language.AST.Operation.Operation C# (CSharp) 메소드

Operation() 공개 메소드

public Operation ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Operation()
        {
            OperationType = OperationType.Query;
            Directives = new Directives();
            Variables = new VariableDefinitions();
        }

Same methods

Operation::Operation ( NameNode name ) : System.Collections.Generic