Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphQL-Designer/graphqldesigner.com
/ functions
Functions
186 in github.com/GraphQL-Designer/graphqldesigner.com
⨍
Functions
186
◇
Types & classes
10
↓ 20 callers
Function
reducers
(state = initialState, action)
client/reducers/schemaReducers.js:35
↓ 7 callers
Function
handleSnackbarUpdate
client/actions/actions.js:10
↓ 6 callers
Function
handleToggle
(name, value)
client/components/schema/sidebar/table-options.jsx:48
↓ 6 callers
Function
toTitleCase
* @param {String} refTypeName - Any string inputted * @returns {String} - The string inputted, but with the first letter capitalized and the rest low
utl/create_file_func/graphql_server.js:170
↓ 3 callers
Function
buildFieldItem
* @param {Object} field - an object containing all the information for the field being iterated on * @returns {String} - a field item (ex: 'id: { typ
utl/create_file_func/graphql_server.js:139
↓ 3 callers
Function
buildReturnValues
(table)
utl/create_file_func/client_mutations.js:119
↓ 3 callers
Function
buildSQLPoolMutation
()
utl/create_file_func/graphql_server.js:317
↓ 3 callers
Function
buildSQLPoolQuery
* @param {String} refType - The relation type of the sub query * @returns {String} - the code for a SQL pool query.
utl/create_file_func/graphql_server.js:215
↓ 3 callers
Method
handleDatabaseClick
(database)
client/components/welcome/welcome.jsx:45
↓ 3 callers
Function
tableTypeToGraphqlType
* @param {String} type - the field type (ID, String, Number, Boolean, or Float) * @returns {String} - the GraphQL type associated with the field type
utl/create_file_func/graphql_server.js:148
↓ 3 callers
Method
toggleLoader
()
client/components/navbar/export-code/export-button.jsx:22
↓ 2 callers
Function
buildClientQueries
(data, dateStamp, cb)
server/index.js:92
↓ 2 callers
Function
buildMutationParams
(table, mutationType)
utl/create_file_func/client_mutations.js:42
↓ 2 callers
Function
buildTypeParams
(table, mutationType)
utl/create_file_func/client_mutations.js:98
↓ 2 callers
Function
checkForArray
(position, multipleValues)
client/components/schema/field.jsx:40
↓ 2 callers
Function
checkForArray
(position)
utl/create_file_func/mongo_schema.js:27
↓ 2 callers
Function
checkForMultipleValues
(multipleValues, position)
utl/create_file_func/graphql_server.js:420
↓ 2 callers
Function
checkForMultipleValues
(multipleValues, position)
utl/create_file_func/client_mutations.js:81
↓ 2 callers
Function
checkForRequired
(required, position)
utl/create_file_func/graphql_server.js:410
↓ 2 callers
Function
createSubQuery
* @param {Object} field - field being iterated on * @param {Object} tables - all the tables made by the user. * @param {String} database - Datbase
utl/create_file_func/graphql_server.js:182
↓ 2 callers
Function
sqlPool
(database)
utl/create_file_func/sql_pool.js:1
↓ 1 callers
Function
addMutation
(table, database)
utl/create_file_func/graphql_server.js:334
↓ 1 callers
Function
buildClientQueryAll
(table)
client/components/query/query-code-container.jsx:44
↓ 1 callers
Function
buildClientQueryAll
(table)
utl/create_file_func/client_queries.js:30
↓ 1 callers
Function
buildClientQueryById
(tables)
client/components/query/query-code-container.jsx:54
↓ 1 callers
Function
buildClientQueryById
(table)
utl/create_file_func/client_queries.js:48
↓ 1 callers
Function
buildClientRootIndex
()
utl/create_file_func/create_client_root_index.js:1
↓ 1 callers
Function
buildComponentIndex
()
utl/create_file_func/create_component_index.js:1
↓ 1 callers
Function
buildComponentStyle
()
utl/create_file_func/create_component_style.js:1
↓ 1 callers
Function
buildDeleteMutationParams
(table)
utl/create_file_func/client_mutations.js:73
↓ 1 callers
Function
buildDirectories
(dateStamp, cb)
server/index.js:78
↓ 1 callers
Function
buildExpressServer
(database)
utl/create_file_func/express_server.js:1
↓ 1 callers
Function
buildForMongo
(data, dateStamp)
server/index.js:98
↓ 1 callers
Function
buildForMySQL
(data, dateStamp)
server/index.js:106
↓ 1 callers
Function
buildForPostgreSQL
(data, dateStamp)
server/index.js:111
↓ 1 callers
Function
buildGraphQLTypeFields
* @param {Object} table - table being interated on. Each table consists of fields * @param {Object} tables - an object of all the tables created in t
utl/create_file_func/graphql_server.js:100
↓ 1 callers
Function
buildGraphqlMutationQuery
(table, database)
utl/create_file_func/graphql_server.js:307
↓ 1 callers
Function
buildGraphqlRootQuery
(table, database)
utl/create_file_func/graphql_server.js:255
↓ 1 callers
Function
buildGraphqlTypeSchema
* @param {Object} table - table being interated on. Each table consists of fields * @param {Object} tables - an object of all the tables created in t
utl/create_file_func/graphql_server.js:85
↓ 1 callers
Function
buildGraphqlVariables
* @returns {String} - all constants needed for a GraphQL server
utl/create_file_func/graphql_server.js:63
↓ 1 callers
Function
buildIndexHTML
()
utl/create_file_func/create_indexhtml.js:1
↓ 1 callers
Function
buildPackageJSON
(db)
utl/create_file_func/create_packagejson.js:1
↓ 1 callers
Function
buildQuery
(query)
client/components/query/customized-query-container.jsx:40
↓ 1 callers
Function
buildRequireStatements
* @param {String} database - Represents the database selected (MongoDB, MySQL, or PostgreSQL) * @returns {String} - All the require statements needed
utl/create_file_func/graphql_server.js:46
↓ 1 callers
Function
buildWebpack
()
utl/create_file_func/create_webpack.js:1
↓ 1 callers
Method
changeSetsToArrays
()
client/components/navbar/export-code/export-button.jsx:29
↓ 1 callers
Function
checkAutoIncrement
(fieldAutoIncrement)
utl/create_file_func/mysql_scripts.js:104
↓ 1 callers
Function
checkDataType
(type)
utl/create_file_func/mongo_schema.js:35
↓ 1 callers
Function
checkDataType
(dataType)
utl/create_file_func/mysql_scripts.js:91
↓ 1 callers
Function
checkDataType
(dataType, autoIncrement)
utl/create_file_func/postgresql_scripts.js:71
↓ 1 callers
Function
checkDefault
(fieldDefault, dataType)
utl/create_file_func/mysql_scripts.js:119
↓ 1 callers
Function
checkDefault
(fieldDefault, dataType)
utl/create_file_func/postgresql_scripts.js:95
↓ 1 callers
Function
checkFieldType
(fieldType)
utl/create_file_func/client_mutations.js:67
↓ 1 callers
Function
checkForRequired
(value)
client/components/schema/field.jsx:48
↓ 1 callers
Function
checkForRequired
(required)
utl/create_file_func/client_mutations.js:91
↓ 1 callers
Function
checkForUnique
(value)
client/components/schema/field.jsx:53
↓ 1 callers
Function
checkRequired
(fieldRequired)
utl/create_file_func/mysql_scripts.js:114
↓ 1 callers
Function
checkRequired
(fieldRequired)
utl/create_file_func/postgresql_scripts.js:90
↓ 1 callers
Function
checkUnique
(fieldUnique)
utl/create_file_func/mysql_scripts.js:109
↓ 1 callers
Function
checkUnique
(fieldUnique)
utl/create_file_func/postgresql_scripts.js:85
↓ 1 callers
Function
createFindAllRootQuery
(table, database)
utl/create_file_func/graphql_server.js:267
↓ 1 callers
Function
createFindByIdQuery
* @param {Object} table - table being iterated on * @param {String} database - database selected * @returns {String} - root query code to find an in
utl/create_file_func/graphql_server.js:289
↓ 1 callers
Function
createSchemaField
(data)
utl/create_file_func/mongo_schema.js:17
↓ 1 callers
Function
createSchemaField
(field)
utl/create_file_func/postgresql_scripts.js:44
↓ 1 callers
Function
createSearchObject
(refFieldName, refFieldType, field)
utl/create_file_func/graphql_server.js:247
↓ 1 callers
Function
createSubQueryName
(field, refTypeName)
utl/create_file_func/graphql_server.js:226
↓ 1 callers
Function
createTableField
(field)
utl/create_file_func/mysql_scripts.js:64
↓ 1 callers
Function
deleteField
client/actions/actions.js:29
↓ 1 callers
Function
deleteMutation
(table, database)
utl/create_file_func/graphql_server.js:391
↓ 1 callers
Function
deleteTable
client/actions/actions.js:24
↓ 1 callers
Function
deleteTempFiles
(database, data, dateStamp, cb)
server/index.js:116
↓ 1 callers
Function
deleteTempFolders
(dateStamp, cb)
server/index.js:155
↓ 1 callers
Function
deletedFieldRelationUpdate
client/actions/actions.js:120
↓ 1 callers
Function
fieldName
(fieldNum, tableNum)
client/components/schema/sidebar/table-options.jsx:149
↓ 1 callers
Function
findDbSearchMethod
(refFieldName, refFieldType, refType)
utl/create_file_func/graphql_server.js:241
↓ 1 callers
Function
generateFieldText
()
client/components/schema/field.jsx:39
↓ 1 callers
Function
handleFieldsSelect
client/actions/actions.js:49
↓ 1 callers
Function
handleNewProject
client/actions/actions.js:68
↓ 1 callers
Function
handleSelectedTable
client/actions/actions.js:63
↓ 1 callers
Function
parseClientMutations
(tables)
utl/create_file_func/client_mutations.js:3
↓ 1 callers
Function
parseClientQueries
(tables)
client/components/query/query-code-container.jsx:16
↓ 1 callers
Function
parseClientQueries
(queries)
client/components/query/customized-query-container.jsx:19
↓ 1 callers
Function
parseClientQueries
(tables)
utl/create_file_func/client_queries.js:3
↓ 1 callers
Function
parseGraphqlServer
(tables, database)
utl/create_file_func/graphql_server.js:3
↓ 1 callers
Function
parseMongoSchema
(data)
utl/create_file_func/mongo_schema.js:1
↓ 1 callers
Function
parsePostgresTable
(table)
utl/create_file_func/postgresql_scripts.js:11
↓ 1 callers
Function
parsePostgresTables
(tables)
utl/create_file_func/postgresql_scripts.js:1
↓ 1 callers
Function
parseSQLTable
(table)
utl/create_file_func/mysql_scripts.js:11
↓ 1 callers
Function
renderFields
()
client/components/schema/table.jsx:49
↓ 1 callers
Function
renderRelatedFields
()
client/components/schema/sidebar/table-options.jsx:114
↓ 1 callers
Function
renderRelatedTables
()
client/components/schema/sidebar/table-options.jsx:104
↓ 1 callers
Function
renderTableName
()
client/components/schema/sidebar/create-table.jsx:90
↓ 1 callers
Function
renderTables
()
client/components/schema/schema-app.jsx:21
↓ 1 callers
Function
saveFieldInput
client/actions/actions.js:39
↓ 1 callers
Function
saveTableDataInput
()
client/actions/actions.js:20
↓ 1 callers
Function
sendResponse
(dateStamp, res, cb)
server/index.js:169
↓ 1 callers
Function
step
(i)
server/index.js:144
↓ 1 callers
Function
toTitleCase
(refTypeName)
utl/create_file_func/client_queries.js:42
↓ 1 callers
Function
updateMutation
(table, database)
utl/create_file_func/graphql_server.js:364
Function
App
({ snackBar, handleSnackbarUpdate })
client/components/app.jsx:40
next →
1–100 of 186, ranked by callers