interface SchemaStorageInterface (View source)

Persists a graphql-php Schema object, and retrieves it

Methods

void
persistSchema(StorableSchema $schema)

No description

Schema
getSchema()

No description

getConfig()

No description

void
clear()

No description

bool
exists()

No description

Details

void persistSchema(StorableSchema $schema)

Parameters

StorableSchema $schema

Return Value

void

Exceptions

EmptySchemaException

Schema getSchema()

Return Value

Schema

Exceptions

SchemaNotFoundException

SchemaConfig getConfig()

Return Value

SchemaConfig

void clear()

Return Value

void

bool exists()

Return Value

bool